|
|
- Robocode -- Advanced Concepts
- Advanced Pattern recognition -- recognize patterns, with a certian amount of variance
- Take the information you've analyzed and determine how often the enemy changes acceleration, direction, and the like
- Compare the acutal information to the algorithm you're using for locating the enemy, and see how close it is
- If it's not very accurate, switch methods -- and keep track of what's been used
|
|